summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-04-05 03:01:48 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:49 +0200
commit940dbdcff22739345dfbd34a043e7703143f43ac (patch)
tree0b39f8cfc09316710526e2f694cd054af72137f3
parentandroid: Remove unused doFrame function (diff)
downloadyuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar
yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.gz
yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.bz2
yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.lz
yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.xz
yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.tar.zst
yuzu-940dbdcff22739345dfbd34a043e7703143f43ac.zip
-rw-r--r--src/android/app/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 18539af80..4bec15f1d 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -19,7 +19,8 @@
android:name="org.yuzu.yuzu_emu.YuzuApplication"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
- android:allowBackup="false"
+ android:allowBackup="true"
+ android:hasFragileUserData="true"
android:supportsRtl="true"
android:isGame="true"
android:banner="@drawable/ic_launcher"